@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600&family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

body{
    background: linear-gradient(to left, #F5DDDD 0%, #FFFFFF 100%);
}


/* animated */
.nav-item a {
    display: inline-block;
    padding: 15px 20px;
    position: relative;
  }
.nav-item a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #FF5757;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .nav-item a:hover:after { 
    width: 100%; 
    left: 0; 
  }

/*--navbar starting */

.banner img {
    height: auto;
    width: 170px;
}

.nav-button button{
   margin: 15px;
}
.login-btn {
    padding: 10px 30px;
    color: #FF5757;
    background: transparent;
    border: 1px solid #FF5757;
    transition: 0.3s;
    letter-spacing: 0.05em;
}

.login-btn:hover {
    background-color: #FF5757;
    color: #fff;
}

.store-btn {
    background-color: #FF5757;
    border: none;
    color: #fff;
    height: 2.9rem;
    width: 170px;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;

}


.store-btn:after {
    content: '>>';
    position: absolute;
    opacity: 0;
    top: 9px;
    right: -20px;
    transition: 0.5s;
}

.store-btn:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.store-btn:hover:after {
    opacity: 1;
    right: 10px;
}

/* section 2 start */
.banner{
    margin: 10px;
    padding: 5px;
}
.banner-content{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.banner-content h1{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size:45px;
    line-height: 70px;
    width: 50%;
    height: 100%;
    /* or 137% */
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}
.banner-para{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.banner-para p{
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
width: 50%;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
}
/* section 2 End */

/* cards */
.plane-sub{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
 .plane-sub .card{
    border: none !important;
    background: #F4F0F0 !important;
    border-radius: 30px  !important;
    padding: 0px  !important;
}
.plane-sub .card-body{
    padding: 10px 10px !important;
}

.plans-name{
    display: flex;
    justify-content: center;
    gap: 100px;
}
.plans-name h6{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    /* identical to box height, or 140% */
    text-align: center;
    letter-spacing: 0.02em;
    padding-top: 8px;
}
.normal-plan,  .mid-level, .advnace{
    transition: all .5s ease;
    padding: 5px 30px;
    /* border: 2px solid #000000; */
    border-radius: 25px;
}
.normal-plan:hover, .mid-level:hover, .advnace:hover {
    background: #FF5757;
    box-shadow: 0px 4px 4px rgba(255, 87, 87, 0.2); 
    color: #fff;
    border-radius: 25px;
}

/* three cards */
.three-cards{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top:100px ;
    padding: 5px;
    padding-bottom: 30px;
}
.three-cards .card{
  width: auto ;
  border: 1px solid #D5D5D5;
  box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  transition: all .5s ease;
}
.three-cards .card:hover{
    transform: translateY(-50px);
}
/* card 1 start */

.plan-1 h4{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
/* identical to box height, or 74% */
    letter-spacing: 0.02em;
    color: #3439B8;
}
.three-cards p{
    
font-family: 'Raleway';
font-style: italic;
font-weight: 300;
font-size: 14px;
line-height: 25px;
/* identical to box height, or 100% */

letter-spacing: 0.1em;

color: #000000;
}
.three-cards h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 48px;
    /* identical to box height, or 100% */
    color: #000000;
}


.basic-plan p{
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 100% */
    color: #000000;
}
.tick-images{
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.tick-images h6{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 100% */
    color: #000000;
}
.tick-images img{
    width: auto;
    height:20px;
}
/* Buttons */
.plan-btn-1{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.plan-btn-1 button{
    width: 280px;
    padding: 10px 35px;
    background: #3439B8;
    border-radius: 50px;
    border: 2px solid #3439B8;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 111% */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    transition: all .5s ease;
}
.plan-btn-1 button:hover{
    background-color: transparent;
    color: #3439B8;
}
/* card 1 End */

/* card 2 start */
.plan-2 h2{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
/* identical to box height, or 74% */
    letter-spacing: 0.02em;
    color: #D1AB22;
}

.plan-btn-2{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.plan-btn-2 button{
    width: 280px;
    padding: 10px 35px;
    background: #D1AB22;
    border-radius: 50px;
    border: 2px solid #D1AB22;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 111% */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    transition: all .5s ease; 
}
.plan-btn-2 button:hover{
    background-color: transparent;
    color: #D1AB22;
}
/* card 2 End */

/* card 3 start */
.plan-3 h2{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
/* identical to box height, or 74% */
    letter-spacing: 0.02em;
    color: #7126BC;
}

.plan-btn-3{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.plan-btn-3 button{
    width: 280px;
    padding: 10px 35px;
    background: #7126BC;
    border-radius: 50px;
    border: 2px solid #7126BC;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 111% */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    transition: all .5s ease; 
}
.plan-btn-3 button:hover{
    background-color: transparent;
    color: #7126BC;
}
/* card 3 End */

/* footer start */
.footer-div {
    background: #280606;
    height: auto;
    margin-top: 100px;
}

.footer-div-contant h4 {
    color: #fff;
    font-size: 20px;
}

.footer-div-contant a {
    text-decoration: none;
}

.footer-div-contant li {
    color: rgb(163, 159, 159);
    text-decoration: none;
    list-style-type: none;
    font-weight: 500;
}

.play-store-img img {
    max-width: 144px;
    height: auto;
}

.iocns-div {
    display: flex;
}

.roud {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.fab:hover {
    color: #000;
    transition: 0.3s;
}

.roud i {
    padding: 9px;
    margin-top: 8px;
    color: rgb(138, 135, 135);
}
 

/* 
.card-body h6 {
    font-size: large;
} */

.card {
    border: none;
}
/* 
.card-body p {
    display: none;
    font-size: 16px;
} */

.creatore{
    display: flex;
    justify-content: space-between;
}
.creatore p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #D0D0D0;
}
.creatore  a{
    /* font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size: 14px; */
    line-height: 18px;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #D0D0D0;
}
  .hr-line hr{
    margin-top: 70px;
    border: 0.8px solid #888888;
}

/* footer end */

.popup {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    z-index: 2;
}

.popup-content {
    height: 280px;
    width: 46rem;
    background: white;
    padding: 50px;
    position: relative;
    top: 30%;
}

.soo-input{
    display: flex;
    gap: 15px;
}
.soo-input input{
    min-width: 300px;
    border: 1px solid #FF5757;
}

.icon-view{
    position: absolute; 
    right: 90px; 
    top: 162px;
    color: #FF5757;
}
  
.soo-input i{
    position: absolute;
}

.popup-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    height: auto;
    width:45px;
    border-radius: 50%;
    cursor: pointer;
}



.popup-content button {
   height: 40px;
    width: 130px;
    background-color: #FF5757;
    border: none;
    color: #fff;
}

.popup-content button a {
    text-decoration: none;
    color: #fff;
}

.popup-btn {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.popup-btn:after {
   content: '>>>';
    position: absolute;
    opacity: 0;
    top: 8px;
    left: 72px;
    color: #fff;
    right: 0px;
    transition: 0.5s;
}

.popup-btn:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.popup-btn:hover:after {
    opacity: 1;
    right: -8px;
}

.popup-btn-1 {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.popup-btn-1:after {
   content: '>>>';
    position: absolute;
    opacity: 0;
    top: 8px;
    left: 154px;
    color: #fff;
    right: 0px;
    transition: 0.5s;
}

.popup-btn-1:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.popup-btn-1:hover:after {
    opacity: 1;
    right: -8px;
}

.popup-1 {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    z-index: 2;
}

.popup-content-1 {
    height: 460px;
    width: 46rem;
    background: white;
    padding: 50px;
    position: relative;
    top: 15%;
}
.row-input{
    display: flex;
    gap: 15px;
}
.row-input input{
    min-width: 300px;
}

.popup-content-1 .close-1 {
    position: absolute;
    top: 20px;
    right: 10px;
    background:transparent;
    height: auto;
    width:45px;
    border-radius: 50%;
    cursor: pointer;
}

.popup-content-1 input {
    border: 1px solid #FF5757;
}


.popup-content-1 button {
    height: 40px;
    width: 200px;
    background-color: #FF5757;
    border: none;
    color: #fff;
}

.popup-content-1 button a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width:480px){

/* section 2 start */
.banner{
    margin: 0px;
    padding: 0px;
}
.banner-content{
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.banner-content h1{
    width: 100%;
    font-weight: 700;
    font-size:40px;
    line-height: 60px;
    /* or 137% */
}
.banner-para{
  width: 100%;
  padding: 5px;
}
.banner-para p{

font-weight: 400;
font-size: 16px;
line-height: 30px;
width: 100%;

}
/* section 2 End */
.normal-plan,  .mid-level, .advnace{
    padding: 0px 15px;
    /* border: 2px solid #000000; */
}

.three-cards{
    /* flex-wrap: wrap; */
    gap: 80px;
    margin-top:80px ;
    padding: 10px;
    padding-bottom: 30px;
}

.plans-name{
    gap: 10px;
    width: 100%;
}
.plans-name h6{
    font-size: 16px;
}

    /* popup div */
.popup-content {
    height: 350px;
    padding: 20px;
    margin: 10px;
    /* width: 100%; */
    top: 25%;
}
   .soo-input{
    flex-direction: column;
    width: 100%;
}
   .soo-input input
   {
    /* min-width: 300px; */
    
    border: 1px solid #FF5757;
}
.popup h3{
    font-size: 22px;
    text-align: center;
}
.popup-content .close {
    top: 25px;
    right: 15px; 
}
.icon-view{
    right: 67px; 
    top: 155px; 
}
.icon-view i{
    color: #FF5757;
}
.icon-view i:hover{
    color: #FF5757;
}

/* popup div 2 */
.popup-content-1 {
    height: 580px;
    top: 20%;
    padding: 20px;
    margin: 10px;
    /* width: 100%; */
    top: 10%;
}
.popup-1 h3{
    text-align:center;
    /* margin: 10px; */
    font-size: 22px;
}

.row-input{
    flex-direction: column;
}
.popup-content-1 .close-1{
    top: 22px;
    right: 1px;
}
    .footer-div{
        margin-top: 70px;
      }
      .footer-div h4{
       font-size: 18px;
       margin-top: 20px;
      }
      .hr-line hr{
       margin-top: 50px;
      }
      .creatore{
       flex-direction: column;
       text-align: center;
      }
    
}
@media (min-width: 768px) and (max-width: 1024px) {
    .banner-content h1{
        width: 100%;
        font-weight: 700;
        font-size:40px;
        line-height: 60px;
        /* or 137% */
    }
    .banner-para{
        width: 100%;
        padding: 5px;
      }
      .banner-para p{
      
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      width: 100%;
      
      }

}
